home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / games / nhak_src.zip / READ_1ST < prev    next >
Text File  |  1993-03-16  |  816b  |  23 lines

  1. The files on this disk are all compressed tar files. This was the easiest way
  2. for me to do it. In each directory is a file that contains the files that
  3. should be in that directory. The easiest way to extract everything is:
  4. (from csh)
  5.     % zcat top_t.Z | tar xvf -
  6.     % foreach i (amiga auxil include mac others src vms)
  7.     ? echo unpacking $i
  8.     ? cd $i
  9.     ? zcat * | tar xvf -
  10.     ? cd ..
  11.     ? end
  12.     % 
  13. In case you don't have compress/uncompress, I've included a copy of it (uncompressed
  14. of course) on this disk, too. To extract it, just type: "sh <compress.shr".
  15.  
  16. This is all assuming you've copied the files off of the floppy and onto the
  17. SparcStation. The files were copied onto the disk using the 'mtools' package,
  18. so it should be in MS-DOS format.
  19.  
  20.     -Bill Randle
  21.     Tektronix, Inc.
  22.     billr@saab.CNA.TEK.COM
  23.